﻿body {
    background: #FFFFFF;
    color: #000000;
    font-family: 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

div.topic {
    display: block;
    padding-left: 5px;
}

div#mainSection {
    display: block;
}

div.ec-menu {
    float: right;
    font-family: 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin-right: 9px;
    display: inline-block;
    margin-top: 10px;
    font-family: 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
    color: #fff;
    padding: 0 7px;
    background-color: #666;
    cursor: pointer;
}

h1.title {
    font-size: 2.769em;
    font-weight: normal;
    font-family: 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
    color: #000;
}

div.section {
    display: block;
    margin: 0;
    padding: 0;
}

div#mainBody {
    display: block;
    margin: 0;
    padding: 0;
}

div.title {
    cursor: pointer;
}

h2.section-header {
    font-size: 1.769em;
    font-weight: normal;
    font-family: 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

span.ec-image {
    background: url('../images/collapse.png') no-repeat;
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: block;
    padding-right: 6px;
    margin-top: 3px;
    float: left;
}

span.collapsed {
    background: url('../images/expand.png') no-repeat;
    margin-top: 6px;
}

div.expanded-text {
    margin: 0;
    padding: 0px 30px 10px 30px;
}

div.code-block {
    padding-top: 10px;
    padding-bottom: 10px;
}

div.code-tabs {
    margin: 0;
    padding: 0;
}

div.code-tab {
    border: 1px solid #939393;
    background-color: #eff5ff;
    font-size: 1em;
    font-family: 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif !important;
    font-size: 13px;
    line-height: 17px;
    font-style: normal !important;
    height: 22px;
    float: left;
    width: auto;
    padding: 0 15px 0 15px;
    vertical-align: baseline;
    color: #2a2a2a;
    background-color: #b7c9de;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
}

div.active {
    background-color: #fff3bd;
    color: #707070;
    cursor: default;
}

div.code-tabs-content {
}

div.code-container {
    border: solid 1px #939393;
    clear: both;
    padding-left: 10px;
    padding-bottom: 10px;
    position: relative;
    top: -1px;
}

table.note {
    width: 100%;
}

table.note th {
    vertical-align: middle;
}

table.requirements {
    border-spacing: 0px;
    border-collapse: collapse;
    border: none;
}

    table.requirements tbody {
        display: table-row-group;
        vertical-align: middle;
        border-color: #000000;
    }

    table.requirements td, th {
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: solid 1px #939393;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 8px;
        padding-left: 8px;
        font-size: 13px;
        text-align: left;
    }

    table.requirements th {
        border-top: none;
        border-right: none;
        border-left: none;
        background-color: white;
        padding-right: 60px;
    }

    table.requirements td {
    }

table.members-list-table {
    width: 100%;
    border: solid 1px gray;
    border-collapse: collapse;
    border-color: gray;
    margin-top: 10px;
    margin-bottom: 10px;
}

    table.members-list-table td, th {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 8px;
        padding-left: 8px;
        border: solid 1px gray;
        border-collapse: collapse;
        font-size: 13px;
        text-align: left;
    }

    table.members-list-table th {
        background-color: #ededed;
        color: #636363;
        font-weight: bold;
    }

    table.members-list-table td {
        color: #000000;
        padding: 10px;
    }

img.note {
    margin-top: -3px;
    padding-right: 10px;
    float: left;
}

table {
    border: solid 1px gray;
    border-collapse: collapse;
    border-color: gray;
    margin: 0;
    padding: 0;
}

    table td, th {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 8px;
        padding-left: 8px;
        border: solid 1px gray;
        border-collapse: collapse;
        font-size: 13px;
        text-align: left;
    }

    table th {
        border: solid 1px gray;
        background-color: #ededed;
        color: #636363;
        font-weight: bold;
    }

    table td {
        color: #000000;
        padding: 10px;
    }

a {
    text-decoration: none;
    color: #1364c4;
}

    a:hover {
        color: #3390b1;
        text-decoration: none;
    }

div.code-params span.parameter {
    font-style: italic;
}

div.code-params p {
    margin-top: 7px;
    margin-bottom: 10px;
}

div.code-params h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

table.clear {
    border: none;
    margin: 0;
    padding: 0;
}

table.clear td {
    border: none;
}

a.anchor {
    text-decoration: none;
    color: #000000;
}

/*ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 17;
    list-style-type: disc;
}

li {
    margin-top: -2;
    margin-bottom: 3;
}

code {
    font-family: Monospace, Courier New, Courier;
    font-size: 105%;
    color: #000066;
}*/
